home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 43
/
Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso
/
-serious-
/
wb
/
wbchanger
/
wbchanger.dopus5
< prev
next >
Wrap
Text File
|
1999-06-15
|
578b
|
29 lines
/*
$VER: WBChanger.dopus5 1.4
Written by Wojtek Zatorski <wzator@polbox.com>
USAGE: - Copy WBChanger.dopus5 to DOpus5:modules/
- A new version command is available from
pop-up command lists in all editors.
*/
parse arg portname function source dest arguments
address value portname
options results
lf='0a'x
if function = 'init' then do
dopus command "WBChanger" program "WBChanger" desc "'Workbench/Dopus5 Screen Changer'" 'source'
exit
end
if function = 'WBChanger' then do
ADDRESS 'WBCH.1'
'CHANGEWB'
end
exit